summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ac465bb..dd78288 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ even if they are all from the same manufacturer, will use different
protocols.
If you want to contribute code, please note that the target language
-is Python 3.6, and that the style to follow is for the most part PEP8
+is Python 3.7, and that the style to follow is for the most part PEP8
compatible.
To set up your development environment follow these guidelines:
@@ -118,7 +118,7 @@ To set up your development environment follow these guidelines:
```shell
$ git clone https://github.com/glucometers-tech/glucometerutils.git
$ cd glucometerutils
-$ python3 -m venv --python=python3.6
+$ python3 -m venv --python=python3.7
$ . venv/bin/activate
$ pip install -e .[dev]
$ # If you want to work on a specific driver specify this after dev e.g.